home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0195.lzh / AMOSLIST / text0223.txt < prev    next >
Encoding:
Internet Message Format  |  1995-02-01  |  3.1 KB

  1. Return-path: <>
  2. Received: from delphi.com by delphi.com (PMDF V4.3-9 #7804)
  3.  id <01HM7F1MWJ3K8YL39H@delphi.com>; Tue, 24 Jan 1995 00:45:29 -0500 (EST)
  4. Date: Tue, 24 Jan 1995 00:45:29 -0500 (EST)
  5. From: PMDF Mail Server <postmaster@delphi.com>
  6. Subject: Undeliverable mail: SMTP delivery failure
  7. To: DD555@delphi.com
  8. Message-id: <01HM7F1QHEF68YL39H@delphi.com>
  9. MIME-version: 1.0
  10. Content-type: MULTIPART/MIXED; BOUNDARY="Boundary (ID nxhaCq+U7yO6YeU6Gq2EAA)"
  11.  
  12.  
  13. --Boundary (ID nxhaCq+U7yO6YeU6Gq2EAA)
  14. Content-type: TEXT/PLAIN; CHARSET=US-ASCII
  15.  
  16. Press RETURN for more...
  17.  
  18.  
  19. MAIL> 
  20.  
  21.  
  22.     #1          24-JAN-1995 00:45:33.96                                 
  23. NEWMAIL
  24.  
  25. The message could not be delivered to:
  26.  
  27. russel_smith@hmc.edu: Remote system's reason for rejecting:
  28. <russel_smith@hmc.ed
  29. u>... User unknown
  30.  
  31.  
  32. --Boundary (ID nxhaCq+U7yO6YeU6Gq2EAA)
  33. MIME-version: 1.0
  34. Content-type: MESSAGE/RFC822
  35.  
  36. Received: from delphi.com by delphi.com (PMDF V4.3-9 #7804)
  37.  id <01HM7EKOS85S94OXSE@delphi.com>; Tue, 24 Jan 1995 00:45:23 -0500 (EST)
  38. Date: Tue, 24 Jan 1995 00:45:23 -0500 (EST)
  39. From: DD555@delphi.com
  40. Subject: Parallel port in amos with sampler
  41. To: russel_smith@hmc.edu
  42. Message-id: <01HM7EKOSHTE94OXSE@delphi.com>
  43. X-VMS-To: INTERNET"russel_smith@hmc.edu"
  44. MIME-version: 1.0
  45.  
  46. Press RETURN for more...
  47.  
  48.  
  49. MAIL> 
  50.  
  51.  
  52.     #1          24-JAN-1995 00:45:33.96                                 
  53. NEWMAIL
  54.  
  55. Content-type: TEXT/PLAIN; CHARSET=US-ASCII
  56. Content-transfer-encoding: 7BIT
  57.  
  58. The problem with examining the parallel port is that we do not know for sure
  59. jus
  60. t how your sampler is sending data.
  61.  
  62. bits 0-7 of the data at $bfe101 correspond to pins 2-9 and are usually used for
  63.  
  64. 8 bit data transfer, but these pins can be programmed as input or output, each
  65. a
  66. nd every last one of them.
  67. This is done by putting a number in $bfe301, a 1 for output, and 0 for input.
  68. add up the value of all these 1 and 0 in binary and put that number in.
  69.  
  70. Now thats just getting started, we have 3 more pins on the parallel port we can
  71.  
  72. program as in/out pins.
  73.  
  74. These pins are read or written to at $bfd100 and bits 0-2 correspond to pins
  75. 11-
  76. 13 on the parallel port.
  77.  
  78. these pins are programmed at $bfd200.  other bits at this address control part
  79. o
  80. f the serial in/out, so you should set these bits without disturbing what is
  81. the
  82. re.
  83. Now usually there is a loop of code that is controling the sampler, when does
  84. it
  85.  read the next byte, and what control lines does it opperate to get the sampler
  86.  
  87. to move the next 4,8 or ? bits to the port.
  88. You should probably write the manufacture of your sampler and get just as much
  89. i
  90. nfo as you can about the hardware and what pins of the port control it, etc.
  91. I think it will be hard to just hack, but you can multitask amos with some
  92. progr
  93. ams, and if your lucky, maybe you can just pick up enough
  94. info from reading $bfe101
  95.  
  96.  
  97. Press RETURN for more...
  98.  
  99.  
  100. MAIL> ^Z
  101.  
  102. MAIL Menu:
  103.  
  104. FAX Service              Easylink
  105. Mail (Electronic)        Translation Services
  106. Scan for New Messages    Workspace
  107. SetMail 
  108.  
  109. I am sorry some header and other junk got stuck in here, but I only have a capture file of the message, and did not have time to go off line to edit it. 
  110.  
  111. Good luck.
  112.  
  113.